home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if rollOver(13) = 1 then
- set the visible of sprite 9 to 1
- else
- set the visible of sprite 9 to 0
- end if
- if rollOver(14) = 1 then
- set the visible of sprite 10 to 1
- else
- set the visible of sprite 10 to 0
- end if
- if rollOver(15) = 1 then
- set the visible of sprite 11 to 1
- else
- set the visible of sprite 11 to 0
- end if
- cursor()
- end
-